Skip to main content

All Questions

21votes
9answers
9kviews

How to turn truth table into smallest possible if / else block

How can I take a truth table and turn it into a compacted if block? For instance, let's say I have this truth table where A and B are conditions and x, y and z are possible actions: A B | x y z -----...
Juan's user avatar
  • 655

close